home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Demos
/
AppMaker 2.0b3
/
Demo AppMaker 1.5
/
Demo AppMaker™
/
Demo AppMaker™.rsrc
/
TmpC_207_ModalOneShot.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-04-08
|
281 b
|
14 lines
/* %filename% -- Modal one-shot dialog */
/* Created %date% %time% by AppMaker */
typedef struct {
%for each item gen dialog field%
%if not haveField%
short dummy;
%endif%
} %dlogname%Rec, *%dlogname%RecPtr;
/*----------*/
void Get%dlogname% (%dlogname%Rec *%dlogname%);